InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Util.Win Namespace / Win32 Class / GetGlyphIndices Method / GetGlyphIndices(IntPtr,String,Int32,UInt16[],UInt32) Method

In This Topic
    GetGlyphIndices(IntPtr,String,Int32,UInt16[],UInt32) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Shared Function GetGlyphIndices( _
       ByVal hdc As IntPtr, _
       ByVal lpsz As String, _
       ByVal c As Integer, _
       ByVal pgi() As UShort, _
       ByVal fl As UInteger _
    ) As UInteger
    public static uint GetGlyphIndices( 
       IntPtr hdc,
       string lpsz,
       int c,
       out ushort[] pgi,
       uint fl
    )

    Parameters

    hdc
    lpsz
    c
    pgi
    fl
    See Also